projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b878b4
)
(build-mail-abbrevs): Pass just 1 arg to substitute-in-file-name.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Oct 1993 22:40:49 +0000
(22:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Oct 1993 22:40:49 +0000
(22:40 +0000)
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index c07a1bea6d50088b65cc3f0ce0ac15c8898b3289..4a41faff1c4c33a6cc8079648be972b41b4c9581 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-202,7
+202,7
@@
no aliases, which is represented by this being a table with no entries.)")
(end-of-line)
(build-mail-abbrevs
(substitute-in-file-name
- (buffer-substring (match-beginning 1) (match-end 1))
t
)))
+ (buffer-substring (match-beginning 1) (match-end 1)))))
(re-search-forward "[ \t]+\\([^ \t\n]+\\)")
(let* ((name (buffer-substring
(match-beginning 1) (match-end 1)))